HTML & XHTML The Definitive Guide by Chuck Musciano & Bill Kennedy
Author:Chuck Musciano & Bill Kennedy [Musciano, Chuck & Kennedy, Bill]
Language: eng
Format: epub
Tags: Xml, Web, Page Design, XHTML (Document Markup Language), Programming Languages, Electronic Books, Computers, HTML (Document Markup Language), General, Html, Site Directories, Browsers, Internet, Security, Education, Web Page Design, XML (Document Markup Language)
ISBN: 9780596527327
Publisher: O'Reilly Media
Published: 2000-01-02T08:00:00+00:00
9.2.2.1. The application/x-www-form-urlencoded encoding
The standard encodingapplication/x-www-form-urlencodedconverts any spaces in the form values into a plus sign (+), nonalphanumeric characters into a percent sign (%) followed by two hexadecimal digits that are the ASCII code of the character, and the line breaks in multiline form data into %0D%0A.
The standard encoding also includes a name for each field in the form. (A field is a discrete element in the form, whose value can be nearly anything from a single number to several lines of textthe user's address, for example.) If there is more than one value in the field, the values are separated by ampersands.
For example, here's what the browser sends to the server after the user fills out a form with two input fields labeled name and address; the former field has just one line of text, and the latter field has several lines of input:
name=O'Reilly+Media&address=1005+Gravenstein+Highway+North%0D%0A Sebastopol,%0D%0ACA+95472
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Content Management | Programming |
User Experience & Usability | User Generated Content |
Web Design | Web Marketing |
Web Services | Website Analytics |
Hello! Python by Anthony Briggs(9916)
The Mikado Method by Ola Ellnestam Daniel Brolund(9779)
Dependency Injection in .NET by Mark Seemann(9340)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7782)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Svelte with Test-Driven Development by Daniel Irvine(7183)
Test-Driven Development with PHP 8 by Rainier Sarabia(6907)
Layered Design for Ruby on Rails Applications by Dementyev Vladimir;(6775)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(6534)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6419)
Web Development with Django by Ben Shaw Saurabh Badhwar(6241)
React Application Architecture for Production by Alan Alickovic(5965)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5807)
Kotlin in Action by Dmitry Jemerov(5066)
Audition by Ryu Murakami(4583)
Software Architecture for Web Developers by Mihaela Roxana Ghidersa(4459)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4317)
Accelerating Server-Side Development with Fastify by Manuel Spigolon Maksim Sinik & Matteo Collina(4308)
Functional Programming in JavaScript by Mantyla Dan(4038)
